home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sprite 1984 - 1993
/
Sprite 1984 - 1993.iso
/
src
/
lib
/
include
/
g++
/
Makefile
< prev
Wrap
Makefile
|
1990-04-13
|
1KB
|
30 lines
#
# Prototype makefile for directories containing only system header
# files.
#
# This Makefile is automatically generated.
# DO NOT EDIT IT OR YOU MAY LOSE YOUR CHANGES.
#
# Generated from /sprite/lib/mkmf/Makefile.hdrs
# Fri Apr 13 14:14:48 PDT 1990
#
# For more information, refer to the mkmf manual page.
#
# $Header: /sprite/lib/mkmf/RCS/Makefile.hdrs,v 1.4 89/10/09 21:28:36 rab Exp $ SPRITE (Berkeley)
#
# Allow mkmf
HDRS = ACG.h AllocRing.h Binomial.h BitSet.h BitString.h Complex.h CursesWindow.h DiscreteUniform.h Erlang.h File.h Fix.h Fix16.h Fix24.h Geometric.h GetOpt.h HyperGeometric.h Incremental.h Integer.h LogNormal.h MLCG.h NegativeExpntl.h Normal.h Obstack.h Pix.h PlotFile.h Poisson.h RNG.h Random.h RandomInteger.h RandomInterval.h RandomRange.h Rational.h SFile.h SampleHistogram.h SampleStatistic.h String.h Uniform.h Weibull.h assert.h bool.h bstring.h builtin.h compare.h ctype.h curses.h errno.h fcntl.h file.h generic.h getpagesize.h grp.h istream.h libc.h malloc.h math-68881.h math.h memory.h new.h osfcn.h ostream.h pwd.h random.h regex.h setjmp.h signal.h std.h stdarg.h stddef.h stdio.h stdlib.h stream.h streambuf.h string.h time.h unistd.h values.h
INCLUDEDIR = /sprite/lib/include/g++
MAKEFILE = Makefile
SUBDIRS = sys
DISTDIR ?= /dist/sprite/src/lib/include/g++
SYSMAKEFILE = hdrs.mk
#if exists(local.mk)
#include "local.mk"
#else
#include <$(SYSMAKEFILE)>
#endif